Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The axon identifier.

Body

application/json
source
string
required

The source of the event (e.g. github, slack).

event_type
string
required

The event type (e.g. push, pull_request).

origin
enum<string>
required

Event origin.

Available options:
EXTERNAL_EVENT,
AGENT_EVENT,
USER_EVENT
payload
string
required

Event payload.

Response

200 - application/json

OK

sequence
integer<int64>
required

Assigned sequence number.

timestamp_ms
integer<int64>
required

Timestamp in milliseconds since epoch.